OLAP for WPF /Silverlight
CollectionChanged イベント (BindingList<T>)

C1.Silverlight.Olap.5 アセンブリ > C1.Olap 名前空間 > BindingList<T> クラス : CollectionChanged イベント
シンタックス
'宣言
 
Public Event CollectionChanged As System.Collections.Specialized.NotifyCollectionChangedEventHandler
public event System.Collections.Specialized.NotifyCollectionChangedEventHandler CollectionChanged
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、System.Collections.Specialized.NotifyCollectionChangedEventArgs 型の引数を受け取りました。次の NotifyCollectionChangedEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
Gets the description of the action that caused the event.  
Gets the items affected by an action.  
Gets the index at which the change occurred.  
Gets the item affected by a System.Collections.Specialized.NotifyCollectionChangedAction.Replace or System.Collections.Specialized.NotifyCollectionChangedAction.Remove action.  
Gets the index at which the change occurred for a System.Collections.Specialized.NotifyCollectionChangedAction.Replace or System.Collections.Specialized.NotifyCollectionChangedAction.Remove action.  
参照